GraphicsFormats package for Buoy

RawIcoImporter Class

A class to import picture in ICO format to RawBitmap. The class can either import from file or Bytes buffer.

Import: EinhugurGraphicsFormats.RawIco

Object
   RawIcoImporter

class RawIcoImporter

Constructors

RawIcoImporterConstructor that takes no parameters.

Properties

CurrentDirectoryIndexReturns index of last read bitmap from the ICO file.
GammaGamma value that was read from the image. (If the image read from the ICO file was PNG based)
shared InformationShared function to get information about the file format.
LastDirectoryIndexReturns index of last bitmap in the ICO file.

Methods

OpenFromBytesOpens a ICO Image from a ICO formatted Bytes buffer, reading the first bitmap in the ICO file.
OpenFromBytesOpens a ICO Image from a ICO formatted Bytes buffer, reading the bitmap by given index from the ICO file.
OpenFromFileOpens a ICO Image from a ICO formatted string, reading the first bitmap in the ICO file.
OpenFromFileOpens a ICO Image from a file, reading the bitmap by given index from the ICO file.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit